|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WorkplaceTabbedPane.WTabbedPaneEventType>
com.sabro.jbusiness.gui.WorkplaceTabbedPane.WTabbedPaneEventType
public static enum WorkplaceTabbedPane.WTabbedPaneEventType
Enum Constant Summary | |
---|---|
COMPONENT_ADDED
Disparado quando um componente é adicionado |
|
COMPONENT_MOVED_IN
Disparado quando um componente é movido para dentro |
|
COMPONENT_MOVED_OUT
Disparado quando um componente é movido para fora |
|
COMPONENT_REMOVED
Disparado quando um componente é removido |
|
COMPONENT_SELECTED
Disparado quando um componente é selecionado |
|
COMPONENT_UNSELECTED
Disparado quando um componente é deselecionado |
Method Summary | |
---|---|
static WorkplaceTabbedPane.WTabbedPaneEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WorkplaceTabbedPane.WTabbedPaneEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WorkplaceTabbedPane.WTabbedPaneEventType COMPONENT_SELECTED
public static final WorkplaceTabbedPane.WTabbedPaneEventType COMPONENT_UNSELECTED
public static final WorkplaceTabbedPane.WTabbedPaneEventType COMPONENT_ADDED
public static final WorkplaceTabbedPane.WTabbedPaneEventType COMPONENT_REMOVED
public static final WorkplaceTabbedPane.WTabbedPaneEventType COMPONENT_MOVED_IN
public static final WorkplaceTabbedPane.WTabbedPaneEventType COMPONENT_MOVED_OUT
Method Detail |
---|
public static final WorkplaceTabbedPane.WTabbedPaneEventType[] values()
for(WorkplaceTabbedPane.WTabbedPaneEventType c : WorkplaceTabbedPane.WTabbedPaneEventType.values()) System.out.println(c);
public static WorkplaceTabbedPane.WTabbedPaneEventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |